home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TDCCLISTFORM / TDCCLISTFORM.txt
Text File  |  2004-01-05  |  2KB  |  97 lines

  1. object DCCListForm: TDCCListForm
  2.   Left = 728
  3.   Top = 572
  4.   Width = 409
  5.   Height = 199
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'DCC List'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poDefaultPosOnly
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnResize = FormResize
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object AcceptBtn: TButton
  28.     Left = 72
  29.     Top = 144
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Accept'
  33.     Enabled = False
  34.     TabOrder = 0
  35.     OnClick = AcceptBtnClick
  36.   end
  37.   object CloseBtn: TButton
  38.     Left = 256
  39.     Top = 144
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Abort'
  43.     Enabled = False
  44.     TabOrder = 1
  45.     OnClick = CloseBtnClick
  46.   end
  47.   object DCCList: TListBox
  48.     Left = 0
  49.     Top = 0
  50.     Width = 401
  51.     Height = 145
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ItemHeight = 50
  58.     ParentFont = False
  59.     PopupMenu = DCCListPopup
  60.     Style = lbOwnerDrawFixed
  61.     TabOrder = 2
  62.     OnClick = DCCListClick
  63.     OnDrawItem = DCCListDrawItem
  64.     OnMouseDown = DCCListMouseDown
  65.   end
  66.   object DCCListPopup: TPopupMenu
  67.     OnPopup = DCCListPopupPopup
  68.     Left = 16
  69.     Top = 16
  70.     object Accept1: TMenuItem
  71.       Caption = '&Accept'
  72.       OnClick = Accept1Click
  73.     end
  74.     object Abort1: TMenuItem
  75.       Caption = 'A&bort'
  76.       OnClick = Abort1Click
  77.     end
  78.   end
  79.   object SendDialog: TOpenDialog
  80.     Filter = 'All files (*.*)|*.*'
  81.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist]
  82.     Left = 48
  83.     Top = 16
  84.   end
  85.   object GetDialog: TSaveDialog
  86.     Filter = 'All files (*.*)|*.*'
  87.     Left = 80
  88.     Top = 16
  89.   end
  90.   object RefreshTimer: TTimer
  91.     Interval = 5000
  92.     OnTimer = RefreshTimerTimer
  93.     Left = 112
  94.     Top = 16
  95.   end
  96. end
  97.